home *** CD-ROM | disk | FTP | other *** search
/ GEMini Atari / GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso / zip / portfoli / bootst11.lzh / PF BOOTSTRAP VATIPX P2%!$-% < prev    next >
Text File  |  1989-04-01  |  2KB  |  73 lines

  1. README  -  last updated 1 April 89 (no it's not a joke)
  2.  
  3. Added SLIP support (See man page and README.SLIP)
  4. Added Pager support (See man pager and page.c)
  5. Added auto login code (See README.SLIP and example files)
  6.  
  7. Doug Kingston  <dpk@morgan.com>
  8. Morgan Stanley & Co.
  9.  
  10.  
  11. --------------------------------------------------------------------------
  12.  
  13. Recent changes about Jan 82 
  14.  
  15. A new, improved version of tip is now available.  The most important
  16. addition is the capacility to specify a phone number with tip.  The
  17. default baud rate is 1200.  To use it do:
  18.  
  19.     tip phone-number
  20. or
  21.     tip -300 phone-number
  22.  
  23. for 300 baud.
  24.  
  25. A ~^Z command has been added to tip as well.
  26.  
  27. A new cu program is available that interfaces to the tip program.
  28. It attempts to give the same user interface as cu but it is really
  29. the tip program so you have all the advantages of tip.  This allows
  30. cu (actually tip) to search for a free ACU instead of having the
  31. user specify which one he wants.
  32.  
  33. ------------------------------------------------------------------------
  34.  
  35. Tip can be configured in a number of ways:
  36.  
  37. ACU's:
  38. -----
  39.  
  40. ACU                Define in makefile
  41. --------------------        ---------------
  42. BIZCOMP 1022, 1031        BIZ1022, BIZ1031
  43. DEC DF02-AC, DF03-AC        DF02, DF03
  44. DEC DN-11/Able Quadracall    DN11
  45. Ventel                VENTEL
  46. Vadic 831            V831
  47.  
  48. New ACU's may be added by editing the ACU description table
  49. in acutab.c and writing a ``driver''.
  50.  
  51. ACU usage can be monitored by defining ACULOG in the makefile.
  52. If this is done and no phone numbers should appear in the
  53. log file, define PRISTINE in the makefile.
  54.  
  55. Variables:
  56. ---------
  57.  
  58. Tip's internal workings revolve around a set of (possibly)
  59. user defined variables.  These are statically initialized
  60. in vars.c, and from the remote file.
  61.  
  62. Note that adding or deleting variables requires tip to be completedly
  63. recompiled, as indexes into the variable table are used to avoid
  64. expensive lookups.  These defines are set in tip.h.
  65.  
  66. Commands:
  67. --------
  68.  
  69. The command dispatch table is defined in cmdtab.c.  Commands
  70. may have attributes such as EXPerimental and PRIVileged (only
  71. root may execute).
  72.  
  73.